home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / remembermenuaction.fpl.readme < prev    next >
Text File  |  1995-07-18  |  1KB  |  41 lines

  1. #############################################################################
  2. File:    RememberMenuAction.FPL
  3. Author:    Carsten Orthbandt
  4. Email:    s6357@fb1.fhtw-berlin.de
  5. Short:    Remember last menu selection and repeats it on keystroke
  6. Version:    1.0
  7. Date:    17.03.1995
  8. Local settings:
  9. Global settings: 
  10. Keysequence: Amiga A
  11. Type:    Menu Hook, Key assignment
  12. Prereq:
  13. Copyright:    none
  14. #############################################################################
  15.  
  16. FUNCTION
  17.  Almost every function in FrexxEd´s default menus has a shortcut. Almost.
  18.  Having some user menus added, it´s quite hard to find suitable menu
  19.  shortcuts for them. This is were RememberMenuAction comes in.
  20.  Everytime you select a menu item, this is remembered in a global var
  21.  "LastMenuCommand". Now, when you press "Amiga A" (SHIFT-a !), this
  22.  string gets executed. So, if you want to call the same menu function
  23.  ten times, select it once only and press "Amiga A" nine times.
  24.  Remark: My memory var "LastMenuCommand" is NO info var ! 
  25.  
  26.  
  27. HISTORY
  28.  1.0  17.03.1995  - initial version
  29.  
  30.  
  31. BUGS
  32.  Ehm, I had one guru on FrexxEd shutdown after using RememberMenuAction.
  33.  Can´t imagine why.  
  34.  
  35.  
  36. TODO
  37.  Nothing - it´s absolutely perfect, ok ?
  38.  
  39. SEE ALSO
  40.  Menu-Exception. Great feature !
  41.